[HVM] Don't compare CR3 pfn to domain->max_pages
authorTim Deegan <Tim.Deegan@xensource.com>
Fri, 20 Oct 2006 16:52:32 +0000 (17:52 +0100)
committerTim Deegan <Tim.Deegan@xensource.com>
Fri, 20 Oct 2006 16:52:32 +0000 (17:52 +0100)
commitd0ae053542e9758d0cf6758d0361411d58a85b02
tree5e6c71c46024b22e3c4b152d99a395e8a3662447
parent734a37d877962c75ab128528d1c685bef0100d42
[HVM] Don't compare CR3 pfn to domain->max_pages
max_pages is the largest number of pages the domain can have
allocated, not the gpfn of the highest one.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c